* {
  padding: 0;
  margin: 0;
}

.container {
  background-image: url(../IMAGE/bg.jpg);
  height: 100vh;
}

.judul {
  padding: 5% 0 0 0;
}

.judul>p:nth-child(1) {
  font-size: 3em;
  color: #07889b;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

.judul>p:nth-child(2) {
  font-size: 2em;
  font-family: optima;
}

.menu center {
  display: flex;
  justify-content: space-evenly;
  padding: 80px 0 0 0;
}

.menu center>a {
  transition: transform 0.5s ease-in-out;
}

.menu center>a:hover {
  transform: scale(1.2);
}

.hide {
  display: none;
}

/* 
*******************
*** SETUP KI KD *** 
*******************
*/

.container-ki-kd {
  width: 100vw;
  height: 100vh;
  background-color: whitesmoke;
}

.judul-ki-kd {
  width: 100%;
  height: 12%;
  background-color: #07889b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5vw;
  color: whitesmoke;
  border-bottom: 5px solid #e37222;
  margin-bottom: 0.5em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}


.container-isi {
  width: 100%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-ki-kd {
  width: 80%;
  height: 10%;
  background-color: #e37222;
  display: flex;
  justify-content: flex-start;
  padding: 1vw 1vw 0 1vw;
}

.btn-menu {
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 1em;
  color: whitesmoke;
  font-size: 1vw;
  font-weight: bolder;
  font-family: Helvetica, sans-serif;
}

.btn-menu:hover {
  background-color: #66b9bf;
  border-radius: 5pt 5pt 0 0;
  cursor: pointer;
  color: black;
  border-top: 3px solid #eeaa7b;
  border-left: 3px solid #eeaa7b;
  border-right: 3px solid #eeaa7b;
}

.btn-menu-aktif {
  background-color: #66b9bf;
  border-radius: 5pt 5pt 0 0;
  cursor: pointer;
  color: black;
  border-top: 3px solid #eeaa7b;
  border-left: 3px solid #eeaa7b;
  border-right: 3px solid #eeaa7b;
}

.isi-ki-kd {
  width: 80%;
  height: 70%;
  background-color: #66b9bf;
  padding: 1vw;
  overflow: auto;
}

.isi-ki-kd>section>table {
  padding-top: 1%;
}

.isi-ki-kd>section:nth-child(1)>center>h1 {
  border-bottom: 2px solid #07889b;
  padding-bottom: 0.5%;
}

.isi-ki-kd>section:nth-child(2)>center>h1 {
  border-bottom: 2px solid #9b0707;
  padding-bottom: 0.5%;
}

.isi-ki-kd>section:nth-child(3)>center>h1 {
  border-bottom: 2px solid #07889b;
  padding-bottom: 0.5%;
}

.isi-ki-kd p {
  padding: 25px 0 0 35px;
  font-size: 1.3em;
}

/* 
***********************
*** SETUP INFORMASI *** 
***********************
*/



/*
********************
*** SETUP MOBILE ***
********************
*/
@media only screen and (max-width: 992px) {
  .menu img {
    width: 80%;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    background-image: none;
  }

  .menu center {
    flex-direction: column-reverse;
  }

  .menu img {
    width: 60%;
  }
}